home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-01-08 | 733 b | 24 lines | [TEXT/KAHL] |
- // File "event filter.h" - Header for jGNEFilter Handler
- // This header file is Copyright Matt Slot & Slot-Machines Ltd., © 1993
-
- #ifndef ____EVENT_FILTER_HEADER_____
- #define ____EVENT_FILTER_HEADER_____
-
- #include "contexts.h"
-
- // * **************************************************************************** * //
- // * **************************************************************************** * //
- // Function Prototypes
-
- void InsertMyFilter(void);
- void RemoveMyFilter(void);
- void DisableMyFilter(short enable);
- void MyJGNEFilter(void);
- void EndJGNEFilter(void);
- void HelperJGNEFilter(EventRecord *theEvent, ContextPtr appContext);
-
- void DoCheckVisibility(void);
- short InScreenSaver(void);
-
- #endif ____EVENT_FILTER_HEADER_____
-